body
{
    margin: 0px;
    padding: 0px;
    direction: rtl;
    font-family: F1;
    font-size: 12pt;
    
}

.bg
{
    position: fixed;
    top:0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../img/01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.r
{
    display: flex;
    width: 800px;
    max-width: 100%;
    margin: 20px;
    background-color: rgba(255,255,255,0.70);
    padding: 20px;
    border-radius: 10px;
}

.c
{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 600px)
{
    .r{
        flex-direction: column;
    }
    .c
    {
        width: 100%;
    }
}

.time
{
    text-align: center;
    font-size: 32pt;
}
.date
{
    text-align: center;
    font-size: 16pt;
}
